From: Olaf Hering Date: Tue, 7 Oct 2014 14:04:06 +0000 (+0200) Subject: config: remove unused MSGFMT and MSGMERGE X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4220 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=59182cf4f3e8351b87b177ab7f18679ddcde4e57;p=xen.git config: remove unused MSGFMT and MSGMERGE Signed-off-by: Olaf Hering Cc: Ian Campbell Cc: Ian Jackson Acked-by: Ian Campbell --- diff --git a/config/StdGNU.mk b/config/StdGNU.mk index 1566d7fcb0..4efebe3910 100644 --- a/config/StdGNU.mk +++ b/config/StdGNU.mk @@ -16,9 +16,6 @@ OBJCOPY = $(CROSS_COMPILE)objcopy OBJDUMP = $(CROSS_COMPILE)objdump SIZEUTIL = $(CROSS_COMPILE)size -MSGFMT = msgfmt -MSGMERGE = msgmerge - # Allow git to be wrappered in the environment GIT ?= git diff --git a/config/SunOS.mk b/config/SunOS.mk index bb8073f9a5..331628052e 100644 --- a/config/SunOS.mk +++ b/config/SunOS.mk @@ -10,8 +10,6 @@ OBJCOPY = $(CROSS_COMPILE)gobjcopy OBJDUMP = $(CROSS_COMPILE)gobjdump SIZEUTIL = $(CROSS_COMPILE)gsize -MSGFMT = gmsgfmt - SHELL = bash INSTALL = ginstall